\(\int \frac {\sqrt {\arctan (a x)}}{x^2 (c+a^2 c x^2)} \, dx\) [704]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [F(-2)]
   Sympy [N/A]
   Maxima [F(-2)]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 24, antiderivative size = 24 \[ \int \frac {\sqrt {\arctan (a x)}}{x^2 \left (c+a^2 c x^2\right )} \, dx=-\frac {2 a \arctan (a x)^{3/2}}{3 c}+\frac {\text {Int}\left (\frac {\sqrt {\arctan (a x)}}{x^2},x\right )}{c} \]

[Out]

-2/3*a*arctan(a*x)^(3/2)/c+Unintegrable(arctan(a*x)^(1/2)/x^2,x)/c

Rubi [N/A]

Not integrable

Time = 0.07 (sec) , antiderivative size = 24, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {\sqrt {\arctan (a x)}}{x^2 \left (c+a^2 c x^2\right )} \, dx=\int \frac {\sqrt {\arctan (a x)}}{x^2 \left (c+a^2 c x^2\right )} \, dx \]

[In]

Int[Sqrt[ArcTan[a*x]]/(x^2*(c + a^2*c*x^2)),x]

[Out]

(-2*a*ArcTan[a*x]^(3/2))/(3*c) + Defer[Int][Sqrt[ArcTan[a*x]]/x^2, x]/c

Rubi steps \begin{align*} \text {integral}& = -\left (a^2 \int \frac {\sqrt {\arctan (a x)}}{c+a^2 c x^2} \, dx\right )+\frac {\int \frac {\sqrt {\arctan (a x)}}{x^2} \, dx}{c} \\ & = -\frac {2 a \arctan (a x)^{3/2}}{3 c}+\frac {\int \frac {\sqrt {\arctan (a x)}}{x^2} \, dx}{c} \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 0.78 (sec) , antiderivative size = 26, normalized size of antiderivative = 1.08 \[ \int \frac {\sqrt {\arctan (a x)}}{x^2 \left (c+a^2 c x^2\right )} \, dx=\int \frac {\sqrt {\arctan (a x)}}{x^2 \left (c+a^2 c x^2\right )} \, dx \]

[In]

Integrate[Sqrt[ArcTan[a*x]]/(x^2*(c + a^2*c*x^2)),x]

[Out]

Integrate[Sqrt[ArcTan[a*x]]/(x^2*(c + a^2*c*x^2)), x]

Maple [N/A] (verified)

Not integrable

Time = 4.25 (sec) , antiderivative size = 22, normalized size of antiderivative = 0.92

\[\int \frac {\sqrt {\arctan \left (a x \right )}}{x^{2} \left (a^{2} c \,x^{2}+c \right )}d x\]

[In]

int(arctan(a*x)^(1/2)/x^2/(a^2*c*x^2+c),x)

[Out]

int(arctan(a*x)^(1/2)/x^2/(a^2*c*x^2+c),x)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {\arctan (a x)}}{x^2 \left (c+a^2 c x^2\right )} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(arctan(a*x)^(1/2)/x^2/(a^2*c*x^2+c),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

Sympy [N/A]

Not integrable

Time = 1.14 (sec) , antiderivative size = 20, normalized size of antiderivative = 0.83 \[ \int \frac {\sqrt {\arctan (a x)}}{x^2 \left (c+a^2 c x^2\right )} \, dx=\frac {\int \frac {\sqrt {\operatorname {atan}{\left (a x \right )}}}{a^{2} x^{4} + x^{2}}\, dx}{c} \]

[In]

integrate(atan(a*x)**(1/2)/x**2/(a**2*c*x**2+c),x)

[Out]

Integral(sqrt(atan(a*x))/(a**2*x**4 + x**2), x)/c

Maxima [F(-2)]

Exception generated. \[ \int \frac {\sqrt {\arctan (a x)}}{x^2 \left (c+a^2 c x^2\right )} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(arctan(a*x)^(1/2)/x^2/(a^2*c*x^2+c),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

Giac [N/A]

Not integrable

Time = 29.70 (sec) , antiderivative size = 3, normalized size of antiderivative = 0.12 \[ \int \frac {\sqrt {\arctan (a x)}}{x^2 \left (c+a^2 c x^2\right )} \, dx=\int { \frac {\sqrt {\arctan \left (a x\right )}}{{\left (a^{2} c x^{2} + c\right )} x^{2}} \,d x } \]

[In]

integrate(arctan(a*x)^(1/2)/x^2/(a^2*c*x^2+c),x, algorithm="giac")

[Out]

sage0*x

Mupad [N/A]

Not integrable

Time = 0.47 (sec) , antiderivative size = 24, normalized size of antiderivative = 1.00 \[ \int \frac {\sqrt {\arctan (a x)}}{x^2 \left (c+a^2 c x^2\right )} \, dx=\int \frac {\sqrt {\mathrm {atan}\left (a\,x\right )}}{x^2\,\left (c\,a^2\,x^2+c\right )} \,d x \]

[In]

int(atan(a*x)^(1/2)/(x^2*(c + a^2*c*x^2)),x)

[Out]

int(atan(a*x)^(1/2)/(x^2*(c + a^2*c*x^2)), x)